home *** CD-ROM | disk | FTP | other *** search
/ Languguage OS 2 / Languguage OS II Version 10-94 (Knowledge Media)(1994).ISO / a_utils / perl / msds-prl / ptchds19.zoo / array_c < prev    next >
Text File  |  1992-02-23  |  684b  |  32 lines

  1. MS-DOS patches to perl.
  2. Apply this patch to the standard perl source, version 4, patch level 19,
  3. using "patch -p."  Do this in the root directory of the perl source
  4. distribution.
  5.  
  6. You can cat all these patches together and pipe the output to patch -p.
  7.  
  8. Len Reed
  9. Holos Software, Inc.
  10. ..!gatech!holos0!lbr
  11. holos0!lbr@gatech.edu
  12. --------------------------------------
  13. *** array.c.old    Mon Nov 11 09:33:12 1991
  14. --- array.c    Thu Nov 14 08:51:22 1991
  15. ***************
  16. *** 212,218 ****
  17.       return retval;
  18.   }
  19.   
  20. ! aunshift(ar,num)
  21.   register ARRAY *ar;
  22.   register int num;
  23.   {
  24. --- 212,218 ----
  25.       return retval;
  26.   }
  27.   
  28. ! void aunshift(ar,num)
  29.   register ARRAY *ar;
  30.   register int num;
  31.   {
  32.